home *** CD-ROM | disk | FTP | other *** search
- // winmsg.h RHS 12/13/91
-
- // add a macro to this file for each message supported in the virtual table
-
- #define _WM_PAINT
- #define _WM_CREATE
- #define _WM_DRAWCLIPBOARD
- #define _WM_CHANGECBCHAIN
- #define _WM_CLOSE
- #define _WM_DESTROY
- #define _WM_CTLCOLOR
- #define _WM_TIMER
- #define _WM_COMMAND
- #define _WM_INITMENU
- #define _WM_SYSCOMMAND
- #define _WM_ACTIVATE
-
-